query expansion - definition. What is query expansion
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

TYPE OF EXPANSION
Automatic query reformulation

query expansion         
<information science> Adding search terms to a user's search. Query expansion is the process of a search engine adding search terms to a user's weighted search. The intent is to improve precision and/or recall. The additional terms may be taken from a thesaurus. For example a search for "car" may be expanded to: car cars auto autos automobile automobiles. The additional terms may also be taken from documents that the user has specified as being relevant; this is the basis for the "more like this" feature of some search engines. The extra terms can have positive or negative weights. (1999-08-27)
Query expansion         
Query expansion (QE) is the process of reformulating a given query to improve retrieval performance in information retrieval operations, particularly in the context of query understanding.
database query language         
COMPUTER LANGUAGE USED TO MAKE QUERIES INTO DATABASES AND INFORMATION SYSTEMS SUCH AS SQL OR XQUERY
Database query language; Information retrieval query language; Query languages; Query structure; Relational database querying; List of query languages; List of data query languages; List of database query languages
<database> A language in which users of a database can (interactively) formulate requests and generate reports. The best known is SQL. (1998-04-15)

ويكيبيديا

Query expansion

Query expansion (QE) is the process of reformulating a given query to improve retrieval performance in information retrieval operations, particularly in the context of query understanding. In the context of search engines, query expansion involves evaluating a user's input (what words were typed into the search query area, and sometimes other types of data) and expanding the search query to match additional documents. Query expansion involves techniques such as:

  • Finding synonyms of words, and searching for the synonyms as well
  • Finding semantically related words (e.g. antonyms, meronyms, hyponyms, hypernyms)
  • Finding all the various morphological forms of words by stemming each word in the search query
  • Fixing spelling errors and automatically searching for the corrected form or suggesting it in the results
  • Re-weighting the terms in the original query

Query expansion is a methodology studied in the field of computer science, particularly within the realm of natural language processing and information retrieval.